Hello Everyone,
I am new to pager duty and while they did supply a well written guide on how to set up and monitor nodes in Solarwinds and even provide sample alerts, it does not show how to monitor Applications.
I was able to modify the supplied Alert for Nodes to monitor Applications, except for when it logs it.
Has anyone had to modify this to get it to work with Applications, or did you write your own?
Thank you in advance.
Attached is the Sample Alert they give you:
{
“service_key”: “${SQL: SELECT Nodes.PDIntegrationKey FROM Nodes WHERE NodeID=’${NodeID}’}”,
“incident_key”: “${NodeName} Down”,
“event_type”: “trigger”,
“description”: “Node ${NodeName} is ${Status}”,
“client”: “SolarWinds”,
“client_url”: “${NodeDetailsURL}”,
“contexts”: [
{
“type”: “link”,
“href”: “${N=Alerting;M=AcknowledgeLink}”,
“text”: “Acknowledge in SolarWinds (Does not ack in PagerDuty)”
}
]
}